/*body{
    background-color: antiquewhite;
}
.section-title
{
    text-align: center;
    padding: 25px 0;

}
.section-title h2{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow:0,1px,2px black
}
.contact-form{
	
	
}
.section-title h2 span{
    color: blue;
}

responsive 
@media (max-width:991px){
    .h1{
        margin-bottom:30px;
    }
}*/


.section-title
{
    text-align: center;
    padding: 25px 0;

}
.section-title h2{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow:0,1px,2px black
}
.section-title h2 span{
    color: blue;
}
.contact-form{
    background-color: lemonchiffon;
    box-shadow: black 0 5px 15px;
    padding: 50px 30px;
}
.contact-form .btn{
    background-color:pink;
    text-transform: uppercase;
    font-weight: 700;
    padding:10px 40px;
    letter-spacing: 2px;
}

.map-area{
	width:600px;
	height:485px;
	
}

.map-area iframe{
	width:100%;
	height:100%;
	border:none;
}
/ responsive /
@media (max-width:991px){
    .contact-form{
        margin-bottom:30px;
    }
	.map-area{
		width:100%;
		height:400px;
		
	}
}


.contact-left{
    flex-basis: 35%;
}

.contact-left p{
    margin-top: 30px;
}
.contact-left p i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;

}
.social-icons{
    margin-top: 30px;
}
.social-icons a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: aquamarine;
    display: inline-block;
    transform: transform 0.5s;
}
.social-icons a:hover{
    color: red;
    transform: translate(-5px);
}




